{% block extra_styles %}{% endblock %}
{% block navbar %}
LegalEase AI
{% if user is defined and user %}
{% if user.role == 'client' %}
Dashboard
New case
Lawyers
Assistant
{% elif user.role == 'lawyer' %}
Dashboard
Virtual office
Court
{% elif user.role == 'admin' %}
Admin
Court
{% else %}
Dashboard
{% endif %}
{{ user.full_name }}
Log out
{% else %}
How it works
Features
Lawyers
Assistant
Sign in
Get started
{% endif %}
LegalEase AI
{% if user is defined and user %} {% if user.role == 'client' %}
Dashboard
New case
Lawyers
Assistant
Log out
{% elif user.role == 'lawyer' %}
Dashboard
Virtual office
Court
Log out
{% else %}
Admin
Court
Log out
{% endif %} {% else %}
How it works
Features
Lawyers
Assistant
Sign in
Get started
{% endif %}
انصاف سب کے لیے
· Justice, for everyone
{% endblock %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}